func runtime.copyKeys

4 uses

	runtime (current package)
		map.go#L1799: 		copyKeys(t, h, (*bmap)(h.buckets), s, offset)
		map.go#L1807: 		copyKeys(t, h, b, s, offset)
		map.go#L1818: 			copyKeys(t, h, b, s, offset)
		map.go#L1824: func copyKeys(t *maptype, h *hmap, b *bmap, s *slice, offset uint8) {